home *** CD-ROM | disk | FTP | other *** search
/ PC Electronic Plus / PC Electronics Plus (Most Significant Bits)(1995).ISO / pma / bob.bat < prev    next >
DOS Batch File  |  1993-07-08  |  896b  |  33 lines

  1. CLS
  2. @ECHO OFF
  3. @TESTVGA.EXE
  4. @IF ERRORLEVEL 99 GOTO YESVGA
  5. @IF ERRORLEVEL 98 GOTO NOVGA
  6. @GOTO DONE
  7. :YESVGA
  8. @BOB1.COM
  9. @GOTO DONE
  10. :NOVGA
  11. @ECHO.
  12. @ECHO.
  13. @ECHO.
  14. @ECHO.
  15. @ECHO                  This program is designed for use on computers
  16. @ECHO                  utilizing VGA monitors.
  17. @ECHO.
  18. @ECHO                  A VGA monitor has not been identified in your
  19. @ECHO                  system.
  20. @ECHO.
  21. @ECHO                  Please transfer this program to a computer
  22. @ECHO                  with a VGA monitor and run it from there.
  23. @ECHO.
  24. @ECHO                  When you press a key to continue, this program
  25. @ECHO                  will abort any you will be returned to the
  26. @ECHO                  system prompt.
  27. @ECHO.
  28. @ECHO.
  29. @PAUSE
  30. @CLS
  31. @GOTO DONE
  32. :DONE
  33.